version: '3' services: frontend: build: context: . dockerfile: Dockerfile container_name: myp-frontend network_mode: host environment: - RUNTIME_ENVIRONMENT=${RUNTIME_ENVIRONMENT:-dev} - OAUTH_CLIENT_ID=${OAUTH_CLIENT_ID:-client_id} - OAUTH_CLIENT_SECRET=${OAUTH_CLIENT_SECRET:-client_secret} volumes: - ./db:/app/db restart: unless-stopped