mirror of
https://github.com/misenhower/splatoon3.ink.git
synced 2026-03-21 17:54:13 -05:00
15 lines
217 B
YAML
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
|