splatoon2.ink/docker-compose.yml
2024-11-08 08:26:28 -08:00

14 lines
270 B
YAML

services:
app:
build:
dockerfile: docker/app/Dockerfile
init: true
restart: unless-stopped
nginx:
image: nginx
restart: unless-stopped
volumes:
- ./docker/nginx/conf.d:/etc/nginx/conf.d:ro
- ./dist:/usr/share/nginx/html:ro