mirror of
https://github.com/coollabsio/coolify-examples.git
synced 2026-02-18 21:38:58 +00:00
Create docker-compose.yml
This commit is contained in:
11
docker-compose/docker-compose.yml
Normal file
11
docker-compose/docker-compose.yml
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
services:
|
||||||
|
api:
|
||||||
|
build:
|
||||||
|
context: .
|
||||||
|
dockerfile: Dockerfile
|
||||||
|
ports:
|
||||||
|
- "3000"
|
||||||
|
environment:
|
||||||
|
- PORT=3000
|
||||||
|
- DB_CONNECTION=postgres
|
||||||
|
- TEST=${TEST}
|
||||||
Reference in New Issue
Block a user