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