Rename compose file to .yaml for Coolify
This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
services:
|
||||
web:
|
||||
restart: always
|
||||
build:
|
||||
context: .
|
||||
target: production
|
||||
ports:
|
||||
- "3001:80"
|
||||
environment:
|
||||
- NODE_ENV=production
|
||||
labels:
|
||||
- "coolify.endpoint=true"
|
||||
|
||||
api:
|
||||
restart: always
|
||||
build:
|
||||
context: ./backend
|
||||
ports:
|
||||
- "3005:3005"
|
||||
volumes:
|
||||
- data-volume:/app/data
|
||||
- uploads-volume:/app/uploads
|
||||
environment:
|
||||
- NODE_ENV=production
|
||||
|
||||
volumes:
|
||||
data-volume:
|
||||
uploads-volume:
|
||||
Reference in New Issue
Block a user