Rename podman-compose.yml to compose.yml for docker compatibility
This commit is contained in:
parent
a2cdf24589
commit
bbb4af92f1
1 changed files with 0 additions and 0 deletions
|
|
@ -1,16 +0,0 @@
|
|||
services:
|
||||
postgres:
|
||||
image: docker.io/library/postgres:alpine
|
||||
container_name: postgres
|
||||
env_file:
|
||||
- .env
|
||||
ports:
|
||||
- "5432:5432"
|
||||
volumes:
|
||||
- ./db/init.sql:/docker-entrypoint-initdb.d/init.sql:Z
|
||||
- postgres_data:/var/lib/postgresql/data:Z
|
||||
restart: unless-stopped
|
||||
|
||||
volumes:
|
||||
postgres_data:
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue