initial deployment
This commit is contained in:
13
host/docker-compose-template.yaml
Normal file
13
host/docker-compose-template.yaml
Normal file
@@ -0,0 +1,13 @@
|
||||
version: '3.8'
|
||||
|
||||
services:
|
||||
interview-buddy-api:
|
||||
container_name: interview-buddy-api
|
||||
image: {{image}}
|
||||
environment:
|
||||
{{#env}}
|
||||
- {{key}}={{value}}
|
||||
{{/env}}
|
||||
ports:
|
||||
- "8188:8000"
|
||||
restart: unless-stopped
|
Reference in New Issue
Block a user