@@ -10,12 +10,12 services: | |||
|
10 | 10 | - 8000:8000 |
|
11 | 11 | env_file: .env |
|
12 | 12 | links: |
|
13 | - postgres | |
|
13 | - radarsys-postgres | |
|
14 | 14 | volumes: |
|
15 | 15 | - './:/radarsys' |
|
16 | 16 | - '${DOCKER_DATA}/static:/radarsys/static' |
|
17 | 17 | depends_on: |
|
18 | - postgres | |
|
18 | - radarsys-postgres | |
|
19 | 19 | |
|
20 | 20 | # PostgreSQL |
|
21 | 21 | radarsys-postgres: |
General Comments 0
You need to be logged in to leave comments.
Login now