updating dockerfiles for deployment vs local dev

This commit is contained in:
2026-02-24 15:37:16 -06:00
parent d8b52cf907
commit 312b14e57b
2 changed files with 3 additions and 4 deletions

View File

@@ -13,3 +13,4 @@ alembic/
__pycache__
*.pyc
docker-compose.yaml
docker-compose.dev.yaml

View File

@@ -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: