feature/33-postgres-database #80

Merged
kruti merged 2 commits from kruti/CFTunnels:feature/33-postgres-database into test 2025-10-18 12:05:37 +00:00
Showing only changes of commit 6794e56748 - Show all commits

View File

@ -1,16 +0,0 @@
services:
postgres:
image: postgres
container_name: cftunnel-db
restart: always
environment:
POSTGRES_DB: cftunnel
POSTGRES_USER: root
POSTGRES_PASSWORD: password
ports:
- "5432:5432"
volumes:
- pgdata:/var/lib/postgresql/data
volumes:
pgdata: