version: "3" networks: cprush-net: external: false services: cprush: # image: potato build: ./app networks: - cprush-net environment: - MEMCACHE_ADDR=memcache:11211 ports: - 3001:3001 depends_on: - memcache loader: build: ./loader environment: - REPLAY_TIME=600 memcache: image: memcached networks: - cprush-net