mirror of
https://github.com/cupcakearmy/old.nicco.io.git
synced 2024-11-01 00:24:16 +01:00
11 lines
211 B
YAML
11 lines
211 B
YAML
version: '3.7'
|
|
|
|
services:
|
|
home:
|
|
image: cupcakearmy/static
|
|
restart: always
|
|
ports:
|
|
- 3000:80
|
|
volumes:
|
|
- ./nginx.conf:/usr/local/nginx/conf/sites/default.conf:ro
|
|
- ./dist:/srv:ro |