We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31ed025 commit dd83237Copy full SHA for dd83237
1 file changed
compose.yml
@@ -1,13 +1,13 @@
1
services:
2
- 6oclock:
+ six-oclock:
3
build: .
4
- container_name: 6oclock
+ container_name: six-oclock
5
restart: unless-stopped
6
env_file:
7
- .env
8
environment:
9
PORT: 34571
10
- DB_HOST: 6oclock-postgres
+ DB_HOST: six-oclock-postgres
11
DB_PORT: 5432
12
DB_USER: postgres
13
DB_PASSWORD: postgres
@@ -19,13 +19,13 @@ services:
19
volumes:
20
- ./data:/data
21
depends_on:
22
- - 6oclock-postgres
+ - six-oclock-postgres
23
networks:
24
- default
25
26
- 6oclock-postgres:
+ six-oclock-postgres:
27
image: postgres:latest
28
- container_name: 6oclock-postgres
+ container_name: six-oclock-postgres
29
30
31
POSTGRES_USER: postgres
0 commit comments