Neue services

This commit is contained in:
2026-03-25 20:07:27 -05:00
parent 42e0971a13
commit bcf9dc541c
85 changed files with 8589 additions and 4832 deletions

9
docker-compose.yml Normal file
View File

@@ -0,0 +1,9 @@
services:
web:
build:
context: .
dockerfile: Dockerfile
image: bay-area-affiliates:latest
restart: unless-stopped
ports:
- "127.0.0.1:8080:80"