splatoon3.ink/docker-compose.yml
2022-04-24 12:46:50 -07:00

15 lines
217 B
YAML

version: "3.8"
services:
app:
image: node:18
restart: unless-stopped
volumes:
- ./:/app
nginx:
image: nginx
restart: unless-stopped
volumes:
- ./dist:/usr/share/nginx/html:ro