Skip to content

Commit

Permalink
[ALS-7538] Make docker-compose standalone for uploader
Browse files Browse the repository at this point in the history
  • Loading branch information
Luke Sikina committed Nov 22, 2024
1 parent 8718216 commit c79d80e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion uploader/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ services:
ports:
- "5005:5005"
env_file:
- ./uploader/.env
- .env
depends_on:
- uploader-db
restart: always
Expand Down Expand Up @@ -42,3 +42,8 @@ services:
volumes:
uploader-db-data:

networks:
picsure:
external: true
hpdsNet:
external: true

0 comments on commit c79d80e

Please sign in to comment.