migrated to nextjs

This commit is contained in:
cupcakearmy
2020-01-05 17:34:03 +01:00
parent fafaff3990
commit 3a2ee3cd7c
51 changed files with 6321 additions and 287 deletions

View File

@@ -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