profilePage/compose.yml
creations 4525442251
Some checks failed
Build & Release Bun App / release (push) Failing after 4s
testing forg runners
2025-04-10 05:40:25 -04:00

18 lines
322 B
YAML

services:
booru-api:
container_name: profilePage
build:
context: .
volumes:
- .:/app/profilePage
restart: unless-stopped
ports:
- "${PORT:-8080}:${PORT:-8080}"
env_file:
- .env
networks:
- profilePage-network
networks:
profilePage-network:
driver: bridge