mirror of
https://github.com/misenhower/splatoon2.ink.git
synced 2026-03-21 17:24:37 -05:00
14 lines
270 B
YAML
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
|