Untitled
unknown
plain_text
3 years ago
343 B
8
Indexable
networks:
default:
external: true
name: BackendStuff
services:
Postgres:
image: postgres # use latest official postgres version
container_name: Postgres
ports:
- 5432:5432
env_file:
- Postgres.env # configure postgres
volumes:
- ./Configs:/var/lib/postgresql/data/
restart: unless-stoppedEditor is loading...