Files
RushStatistics/docker-compose.yaml
2025-06-01 22:16:05 -07:00

19 lines
257 B
YAML

version: "3"
networks:
cprush-net:
external: false
services:
cprush:
image: potato
networks:
- cprush-net
ports:
- 3001:3001
depends_on:
- memcache
memcache:
image: memcached
networks:
- cprush-net