profilePage/compose.yml
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