mirror of
https://github.com/cupcakearmy/fantus.git
synced 2024-11-01 04:54:13 +01:00
11 lines
117 B
YAML
11 lines
117 B
YAML
version: '3.7'
|
|
|
|
services:
|
|
|
|
front:
|
|
build: .
|
|
ports:
|
|
- 80:80
|
|
volumes:
|
|
- ./.next:/app/.next:ro
|