add Dockerfiles and docker-compose for Coolify deploy
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
services:
|
||||
backend:
|
||||
build: ./backend
|
||||
ports:
|
||||
- '3000:3000'
|
||||
env_file: .env
|
||||
|
||||
admin:
|
||||
build: ./admin
|
||||
ports:
|
||||
- '5173:3000'
|
||||
environment:
|
||||
- NEXT_PUBLIC_API_URL=https://backend.prosapp.co/api/v1
|
||||
Reference in New Issue
Block a user