mirror of
https://github.com/cupcakearmy/old.nicco.io.git
synced 2024-11-01 08:34:13 +01:00
14 lines
215 B
YAML
14 lines
215 B
YAML
version: '3.7'
|
|
|
|
volumes:
|
|
data:
|
|
|
|
services:
|
|
front:
|
|
build: .
|
|
ports:
|
|
- 80:3000
|
|
volumes:
|
|
- ./.next:/app/.next:ro
|
|
- ./public:/app/public:ro
|
|
- ./next.config.js:/app/next.config.js:ro |