Skip to content

Commit 0b7e349

Browse files
author
Luke Sikina
committed
[ALS-7538] Make docker-compose standalone for uploader
1 parent 8718216 commit 0b7e349

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

uploader/docker-compose.yml

+7-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ services:
77
ports:
88
- "5005:5005"
99
env_file:
10-
- ./uploader/.env
10+
- .env
1111
depends_on:
1212
- uploader-db
1313
restart: always
@@ -23,7 +23,7 @@ services:
2323
# and one for each container. This specifies the LATTER of those two envs
2424
# The variables on the right side of the environment section are from the FORMER of these two envs
2525
env_file:
26-
- ./uploader/.env
26+
- .env
2727
environment:
2828
MYSQL_ROOT_PASSWORD: $DATA_UPLOAD_DB_PASS
2929
MYSQL_PASSWORD: $DATA_UPLOAD_DB_PASS
@@ -42,3 +42,8 @@ services:
4242
volumes:
4343
uploader-db-data:
4444

45+
networks:
46+
picsure:
47+
external: true
48+
hpdsNet:
49+
external: true

0 commit comments

Comments
 (0)