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__ __pycache__
*.pyc *.pyc
docker-compose.yaml docker-compose.yaml
docker-compose.dev.yaml

View File

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