mirror of
https://github.com/cupcakearmy/old.nicco.io.git
synced 2025-09-06 10:40:44 +00:00
migrated to nextjs
This commit is contained in:
@@ -1,11 +1,14 @@
|
||||
version: '3.7'
|
||||
|
||||
volumes:
|
||||
data:
|
||||
|
||||
services:
|
||||
home:
|
||||
image: cupcakearmy/static
|
||||
restart: always
|
||||
front:
|
||||
build: .
|
||||
ports:
|
||||
- 3000:80
|
||||
- 80:3000
|
||||
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
|
Reference in New Issue
Block a user