Skip to content

Commit

Permalink
Properly place media and configuration
Browse files Browse the repository at this point in the history
Also re-add the stack.env mount
  • Loading branch information
zediious committed Oct 31, 2023
1 parent 76669e1 commit e54a750
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docker-compose-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,9 @@ services:
expose:
- 80
volumes:
- raptor-media:/raptorWebApp/media/
- raptor-conf:/raptorWebApp//docker/nginx/conf.d/
- ./media:/raptorWebApp/media/
- raptor-conf:/raptorWebApp/docker/nginx/conf.d/
- ./stack.env:/raptorWebApp/stack.env
depends_on:
- mariadb

Expand All @@ -28,12 +29,11 @@ services:
ports:
- 443:443
volumes:
- raptor-media:/raptorWeb/media:/raptor_app/media/
- ./media:/raptorWeb/media
- raptor-conf:/etc/nginx/conf.d/
depends_on:
- raptorapp

volumes:
raptor-db:
raptor-media:
raptor-conf:

0 comments on commit e54a750

Please sign in to comment.