We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6443b8c commit 20e3716Copy full SHA for 20e3716
1 file changed
docker-compose.yml
@@ -1,28 +1,6 @@
1
---
2
version: "3.4"
3
services:
4
-###############################################################
5
-# Postgres - Shared
6
7
- postgresql:
8
- image: postgres:16.4-bullseye
9
- container_name: postgres
10
- restart: always
11
- healthcheck:
12
- test: ["CMD-SHELL", "pg_isready -U postgres}"]
13
- start_period: 20s
14
- interval: 30s
15
- retries: 5
16
- timeout: 5s
17
- volumes:
18
- - docker_postgres16:/var/lib/postgresql/data
19
- environment:
20
- POSTGRES_PASSWORD: ${PG_PASS}
21
- env_file:
22
- - env.env
23
- networks:
24
- - reverse_proxy
25
-
26
###############################################################
27
# Dashy
28
0 commit comments