1
0

postgres: move to separate file

This commit is contained in:
2023-12-05 11:32:16 +01:00
parent df38443d5c
commit 214c9806f2
2 changed files with 14 additions and 13 deletions

13
services/postgres.yml Normal file
View File

@ -0,0 +1,13 @@
---
postgres:
container_name: postgres
image: postgres:latest
networks:
public:
ipv4_address: 192.168.240.25
volumes:
- "${DOCKER_STORAGE_PATH}/postgres:/var/lib/postgresql/data"
restart: unless-stopped
profiles:
- base
- infra