##// END OF EJS Templates
Se corrigio dependencias de .yml acerca de postgres
Renato Huallpa -
r382:53989a0c9888
parent child
Show More
@@ -10,12 +10,12 services:
10 - 8000:8000
10 - 8000:8000
11 env_file: .env
11 env_file: .env
12 links:
12 links:
13 - postgres
13 - radarsys-postgres
14 volumes:
14 volumes:
15 - './:/radarsys'
15 - './:/radarsys'
16 - '${DOCKER_DATA}/static:/radarsys/static'
16 - '${DOCKER_DATA}/static:/radarsys/static'
17 depends_on:
17 depends_on:
18 - postgres
18 - radarsys-postgres
19
19
20 # PostgreSQL
20 # PostgreSQL
21 radarsys-postgres:
21 radarsys-postgres:
General Comments 0
You need to be logged in to leave comments. Login now