Hinzufügen des Docker Containerst
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 2m3s
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 2m3s
This commit is contained in:
15
docker-compose.yml
Normal file
15
docker-compose.yml
Normal file
@@ -0,0 +1,15 @@
|
||||
version: '3.8'
|
||||
|
||||
services:
|
||||
habit-tracker:
|
||||
build: .
|
||||
ports:
|
||||
- "5000:5000"
|
||||
volumes:
|
||||
- habit-data:/app/data
|
||||
environment:
|
||||
- FLASK_ENV=production
|
||||
restart: unless-stopped
|
||||
|
||||
volumes:
|
||||
habit-data:
|
||||
Reference in New Issue
Block a user