mirror of
https://github.com/coollabsio/coolify-examples.git
synced 2026-02-19 05:48:58 +00:00
add compose erxample
This commit is contained in:
7
docker-compose/docker-compose.yaml
Normal file
7
docker-compose/docker-compose.yaml
Normal file
@@ -0,0 +1,7 @@
|
||||
services:
|
||||
api:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
environment:
|
||||
- DB_CONNECTION=mysql
|
||||
Reference in New Issue
Block a user