add in port and memcache cl vars

This commit is contained in:
iamBadgers
2025-06-01 22:16:05 -07:00
parent 66eb266dd3
commit 1dae591ad5
2 changed files with 21 additions and 2 deletions

View File

@@ -1,5 +1,19 @@
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