initial commit
All checks were successful
Build & push Docker image / publish (push) Successful in 30s
All checks were successful
Build & push Docker image / publish (push) Successful in 30s
This commit is contained in:
9
docker-compose.yml
Normal file
9
docker-compose.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
version: "3.9"
|
||||
services:
|
||||
contact-api:
|
||||
build: .
|
||||
image: contact-api:latest
|
||||
env_file: .env
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- 8087:8000
|
||||
Reference in New Issue
Block a user