Skip to content

Commit

Permalink
Merge pull request #2 from lawndoc/initial-release #major
Browse files Browse the repository at this point in the history
Initial Release
  • Loading branch information
lawndoc authored Jan 11, 2025
2 parents 4f8d938 + 4134535 commit 3106479
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,16 @@ services:
build: ./src
env_file:
- stack-back.env
# - alerts.env
labels:
stack-back.volumes: true
stack-back.volumes.include: 'src'
networks:
- default
- global
volumes:
# Map in docker socket
- /var/run/docker.sock:/tmp/docker.sock:ro
# Map local restic repository for dev
- ./restic_data:/restic_data
# Map restic cache
- ./restic_cache:/cache
# Map in project source in dev
- ./src:/stack-back
web:
image: nginx
Expand All @@ -28,9 +23,6 @@ services:
volumes:
- ./src/tests:/srv/tests
- ./.vscode:/srv/code
environment:
- SOME_VALUE=test
- ANOTHER_VALUE=1

mysql5:
image: mysql:5
Expand Down

0 comments on commit 3106479

Please sign in to comment.