mirror of
https://github.com/cupcakearmy/old.nicco.io.git
synced 2025-09-07 03:00:46 +00:00
migrated to nextjs
This commit is contained in:
@@ -1,19 +1,18 @@
|
||||
version: '3.7'
|
||||
|
||||
services:
|
||||
home:
|
||||
image: cupcakearmy/static
|
||||
front:
|
||||
build: .
|
||||
restart: always
|
||||
ports:
|
||||
- 80
|
||||
volumes:
|
||||
- ./nginx.conf:/usr/local/nginx/conf/sites/default.conf:ro
|
||||
- ./dist:/srv:ro
|
||||
- ./.next:/app/.next:ro
|
||||
- ./public:/app/public:ro
|
||||
- ./next.config.js:/app/next.config.js:ro
|
||||
networks:
|
||||
- traefik
|
||||
labels:
|
||||
- traefik.enable=true
|
||||
- traefik.port=80
|
||||
- traefik.port=3000
|
||||
- traefik.docker.network=traefik
|
||||
- traefik.backend=home
|
||||
- traefik.frontend.rule=Host:nicco.io
|
||||
|
Reference in New Issue
Block a user