updating dockerfiles for deployment vs local dev
This commit is contained in:
@@ -13,3 +13,4 @@ alembic/
|
|||||||
__pycache__
|
__pycache__
|
||||||
*.pyc
|
*.pyc
|
||||||
docker-compose.yaml
|
docker-compose.yaml
|
||||||
|
docker-compose.dev.yaml
|
||||||
|
|||||||
@@ -1,11 +1,9 @@
|
|||||||
services:
|
services:
|
||||||
app:
|
app:
|
||||||
build:
|
image: git.sneakygeek.net/sneakygeek/sneakyswole:latest
|
||||||
context: .
|
|
||||||
dockerfile: Dockerfile
|
|
||||||
container_name: sneakyswole
|
container_name: sneakyswole
|
||||||
ports:
|
ports:
|
||||||
- "8000:8000"
|
- "${APP_PORT:-8000}:8000"
|
||||||
volumes:
|
volumes:
|
||||||
- sneakyswole-data:/app/data
|
- sneakyswole-data:/app/data
|
||||||
env_file:
|
env_file:
|
||||||
|
|||||||
Reference in New Issue
Block a user