Skip to content

Commit

Permalink
fix: working compose
Browse files Browse the repository at this point in the history
  • Loading branch information
Ifelsik committed Dec 19, 2024
1 parent 39e154d commit f78f7b5
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions all-services-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ services:
restart: unless-stopped
volumes:
- ./configs/:/build/configs
- ${MEDIA_DIR}:/build/${MEDIA_DIR}
- ${COMPRESSED_MEDIA_DIR}:/build/${COMPRESSED_MEDIA_DIR}
- ${MEDIA_DIR}:/build/media/Uncompressed
- ${COMPRESSED_MEDIA_DIR}:/build/media/Compressed
networks:
- monitoring

Expand All @@ -51,6 +51,7 @@ services:
restart: unless-stopped
volumes:
- ./configs/:/build/configs
- ${HOST_TLS_CERTIFICATE_DIR}:/build/tls
depends_on:
db_postgresql:
condition: service_started
Expand All @@ -65,14 +66,14 @@ services:
env_file:
- .env
ports:
- "127.0.0.1:8081:8001"
- "127.0.0.1:8081:8081"
restart: unless-stopped
volumes:
- ./configs/:/build/configs
- ${MEDIA_DIR}:/build/${MEDIA_DIR}
- ${CV_PDF_DIR}:/build/${CV_PDF_DIR}
- ${TEMPLATES_DIR}:/build/${TEMPLATES_DIR}
- ${HOST_TLS_CERTIFICATE_DIR}:/build/${TLS_DIR}
- ${MEDIA_DIR}:/build/media
- ${CV_PDF_DIR}:/build/media/CVinPDF
- ${TEMPLATES_DIR}:/build/templates
- ${HOST_TLS_CERTIFICATE_DIR}:/build/tls:ro
depends_on:
db_postgresql:
condition: service_started
Expand Down

0 comments on commit f78f7b5

Please sign in to comment.