initial
This commit is contained in:
17
docker_compose.yml
Normal file
17
docker_compose.yml
Normal file
@@ -0,0 +1,17 @@
|
||||
services:
|
||||
app:
|
||||
image: gitea.pb42.de/matthias/reflex-ipad:latest
|
||||
force_pull: true
|
||||
|
||||
db:
|
||||
image: postgres:16
|
||||
restart: always
|
||||
environment:
|
||||
- POSTGRES_USER=ipad
|
||||
- POSTGRES_PASSWORD=uizJOcDZR3qKLUJuAeSr8WG8onJ1vsUQB2zgE5NIKcpLGT5EF3x7JBkPs
|
||||
- POSTGRES_DB=ipad
|
||||
networks:
|
||||
- gitea2
|
||||
volumes:
|
||||
- /var/docker/ipad/db/data:/var/lib/postgresql/data
|
||||
shm_size: 256mb
|
||||
Reference in New Issue
Block a user