WIP: Gemini Code progress on #48

Automated salvage commit — agent session ended (exit 124).
Work in progress, may need continuation.
This commit is contained in:
Alexander Whitestone
2026-03-23 17:40:00 -04:00
parent 0bc4c6f825
commit 8eb664ad59

View File

@@ -118,11 +118,32 @@ services:
retries: 5
start_period: 15s
db:
image: postgres:15
container_name: timmy-db
restart: unless-stopped
ports:
- "5432:5432"
environment:
POSTGRES_DB: timmy-tower
POSTGRES_USER: timmy
POSTGRES_PASSWORD: password
volumes:
- db_data:/var/lib/postgresql/data
networks:
- node-net
networks:
node-net:
driver: bridge
volumes:
db_data:
driver: local
driver_opts:
type: none
o: bind
device: /data/timmy-db
bitcoin_data:
driver: local
driver_opts: