Expose web port for this branch only

This commit is contained in:
Mouse Reeve 2022-05-16 08:39:13 -07:00
parent 4b7a522504
commit fd98aa34a6

View file

@ -36,7 +36,7 @@ services:
networks:
- main
ports:
- 8000
- 8000:8000
redis_activity:
image: redis
command: redis-server --requirepass ${REDIS_ACTIVITY_PASSWORD} --appendonly yes --port ${REDIS_ACTIVITY_PORT}