Skip to content

Commit

Permalink
Merge branch 'main' into feat/search-notifier
Browse files Browse the repository at this point in the history
  • Loading branch information
xixas committed Aug 25, 2024
2 parents 9ade244 + 9ccea2e commit e369320
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions apps/api/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ services:
environment:
NODE_ENV: production
volumes:
- osmox-api-logs:/app/logs
- ./logs:/app/logs

osmox-mariadb:
container_name: osmox-mariadb
Expand All @@ -39,9 +39,3 @@ services:

volumes:
osmox-mariadb-data: ~
osmox-api-logs:
driver: local
driver_opts:
o: bind
type: none
device: ./logs

0 comments on commit e369320

Please sign in to comment.