services: web: build: context: .. dockerfile: deployments/Dockerfile container_name: ${CONTAINER_NAME} restart: always environment: - DEBUG=${DEBUG_MODE} - DATABASE_URL=postgres://gitea:gitea_password@db:5432/gitea networks: - frontend ports: - "${PORT}:8000"