version: '3' services: dfdc_mgr: image: repo.rdvalidasi.com/indonesia/game/coin/dfdc:new0.1.1 container_name: dfdc_mgr environment: ApolloStart: "start" ApolloAddr: "http://apollo-uat" ApolloClusterName: "default" ApolloAppId: "dfdf_new" command: ./dfdc -gid 1 -sid "10091001" -lf "log/" -runType 2 -gamePort 0 -httpPort 8080 restart: always ports: - "8010:8080" volumes: - /etc/localtime:/etc/localtime - /etc/hosts:/etc/hosts - /usr/local/gitlab-runner/game/dfdc/logs/dfdc_mgr:/dfdc/log