Enable Nginx
This commit is contained in:
36
compose.yaml
36
compose.yaml
@@ -26,24 +26,24 @@ services:
|
|||||||
networks:
|
networks:
|
||||||
- internal
|
- internal
|
||||||
|
|
||||||
# web:
|
web:
|
||||||
# image: php:8.2-apache
|
image: php:8.2-apache
|
||||||
# container_name: mc-web
|
container_name: mc-web
|
||||||
# environment:
|
environment:
|
||||||
# TZ: Europe/Amsterdam
|
TZ: Europe/Amsterdam
|
||||||
# volumes:
|
volumes:
|
||||||
# - /opt/omb3/data/dynmap/web:/var/www/html:ro
|
- /opt/omb3/data/dynmap/web:/var/www/html:ro
|
||||||
# restart: unless-stopped
|
restart: unless-stopped
|
||||||
# depends_on:
|
depends_on:
|
||||||
# - db
|
- db
|
||||||
# labels:
|
labels:
|
||||||
# - traefik.enable=true
|
- traefik.enable=true
|
||||||
# - traefik.http.routers.ombweb.rule=Host(`mc.marijndoeve.nl`, `omb.marijndoeve.nl`)
|
- traefik.http.routers.ombweb.rule=Host(`mc.marijndoeve.nl`, `omb.marijndoeve.nl`)
|
||||||
# - traefik.http.routers.ombweb.entrypoints=websecure
|
- traefik.http.routers.ombweb.entrypoints=websecure
|
||||||
# - traefik.http.routers.ombweb.tls.certresolver=marijndoeve
|
- traefik.http.routers.ombweb.tls.certresolver=marijndoeve
|
||||||
# networks:
|
networks:
|
||||||
# - internal
|
- internal
|
||||||
# - web
|
- web
|
||||||
|
|
||||||
# backup:
|
# backup:
|
||||||
# image: itzg/mc-backup
|
# image: itzg/mc-backup
|
||||||
|
|||||||
Reference in New Issue
Block a user