mirror of
https://github.com/coollabsio/coolify-examples.git
synced 2026-02-20 14:28:57 +00:00
Create docker-compose.yaml
This commit is contained in:
7
nextjs/spa/docker-compose.yaml
Normal file
7
nextjs/spa/docker-compose.yaml
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
version: '3.8'
|
||||||
|
|
||||||
|
services:
|
||||||
|
nextjs-app:
|
||||||
|
build:
|
||||||
|
context: .
|
||||||
|
dockerfile: Dockerfile
|
||||||
Reference in New Issue
Block a user