We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8718216 commit 0b7e349Copy full SHA for 0b7e349
uploader/docker-compose.yml
@@ -7,7 +7,7 @@ services:
7
ports:
8
- "5005:5005"
9
env_file:
10
- - ./uploader/.env
+ - .env
11
depends_on:
12
- uploader-db
13
restart: always
@@ -23,7 +23,7 @@ services:
23
# and one for each container. This specifies the LATTER of those two envs
24
# The variables on the right side of the environment section are from the FORMER of these two envs
25
26
27
environment:
28
MYSQL_ROOT_PASSWORD: $DATA_UPLOAD_DB_PASS
29
MYSQL_PASSWORD: $DATA_UPLOAD_DB_PASS
@@ -42,3 +42,8 @@ services:
42
volumes:
43
uploader-db-data:
44
45
+networks:
46
+ picsure:
47
+ external: true
48
+ hpdsNet:
49
0 commit comments