Actualiser nextgba/docker-compose.yml

This commit is contained in:
dimitri 2025-12-24 10:19:36 +01:00
parent 2c05eda50f
commit fbfe6ff8da

View file

@ -1,16 +1,12 @@
services:
nextgba:
container_name: nextgba
build:
context: .
dockerfile: Dockerfile
environment:
NODE_ENV: production
image: ghcr.io/nicotsx/nextgba:latest
volumes:
- ./games:/data/games
labels:
- "traefik.enable=true"
- "traefik.http.routers.ngba.rule=Host(`<URL>`)"
- "traefik.http.routers.ngba.rule=Host(`<your URL>`)"
- "traefik.http.routers.ngba.entrypoints=websecure"
- "traefik.http.routers.ngba.tls=true"
- "traefik.http.routers.ngba.tls.certResolver=letsencrypt"
@ -19,7 +15,7 @@ services:
- homepage.group=Fun
- homepage.name=NGBA
- homepage.icon=emulatorjs.png
- homepage.href=https://<URL
- homepage.href=https://<your URL>
- homepage.description=NGBA
networks:
- web