version: "3.3" services: dipal-admin: ports: - 8000:80 env_file: .env.production build: context: . dockerfile: dockerfile.prod