mirror of
https://github.com/GithubOrgProjectPiza/server.git
synced 2026-09-04 08:36:10 +02:00
Add docker-compose file
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
services:
|
||||
postgres:
|
||||
image: postgres
|
||||
restart: always
|
||||
environment:
|
||||
- POSTGRES_USER=server
|
||||
- POSTGRES_PASSWORD=${DATABASE_PASSWORD}
|
||||
Reference in New Issue
Block a user