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