diff --git a/compose.yaml b/compose.yaml index c46e3e3..1df6d35 100644 --- a/compose.yaml +++ b/compose.yaml @@ -31,6 +31,8 @@ services: volumes: - /srv/omb4/data:/data - dynmap-data:/data/dynmap/web + networks: + - internal environment: EULA: "TRUE" VERSION: 1.20.4 @@ -76,6 +78,7 @@ services: - traefik.http.routers.ombweb.rule=Host(`omb4.marijndoeve.nl`, `harmitcraft.nl`) - traefik.http.routers.ombweb.entrypoints=websecure - traefik.http.routers.ombweb.tls.certresolver=marijndoeve + db: image: postgres:16 container_name: mc-db