Skip to content

Commit 20e3716

Browse files
committed
Removed PostgresSQL
1 parent 6443b8c commit 20e3716

1 file changed

Lines changed: 0 additions & 22 deletions

File tree

docker-compose.yml

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,6 @@
11
---
22
version: "3.4"
33
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-
264
###############################################################
275
# Dashy
286
###############################################################

0 commit comments

Comments
 (0)