1
0

postgres: move to separate file

This commit is contained in:
2023-12-05 11:32:16 +01:00
parent 623e599a98
commit 52608253b1
2 changed files with 15 additions and 13 deletions

14
services/postgres.yml Normal file
View File

@ -0,0 +1,14 @@
---
services:
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