initial deployment

This commit is contained in:
2024-03-31 14:00:53 -05:00
commit 6918c077fd
7 changed files with 450 additions and 0 deletions

View 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