Skip to content

Commit

Permalink
chore: cleanup
Browse files Browse the repository at this point in the history
Signed-off-by: Jason C. Leach <[email protected]>
  • Loading branch information
jleach committed Jan 20, 2025
1 parent 7d59d4d commit fe5cf6d
Showing 1 changed file with 1 addition and 31 deletions.
32 changes: 1 addition & 31 deletions .devcontainer/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,37 +6,8 @@ networks:
volumes:
postgres-data:

services:
# redis-1:
# image: redis:7.2.3-alpine
# command: redis-server --appendonly yes --cluster-enabled yes --cluster-config-file nodes.conf --cluster-node-timeout 5000 --port 6379
# environment:
# - 'IP=0.0.0.0'
# networks:
# - local_network
# ports:
# - '6379:6379'

# redis-2:
# image: redis:7.2.3-alpine
# command: redis-server --appendonly yes --cluster-enabled yes --cluster-config-file nodes.conf --cluster-node-timeout 5000 --port 6379
# environment:
# - 'IP=0.0.0.0'
# networks:
# - local_network
# ports:
# - '6380:6379'

# redis-3:
# image: redis:7.2.3-alpine
# command: redis-server --appendonly yes --cluster-enabled yes --cluster-config-file nodes.conf --cluster-node-timeout 5000 --port 6379
# environment:
# - 'IP=0.0.0.0'
# networks:
# - local_network
# ports:
# - '6381:6379'

services:
postgres:
image: postgres:13
env_file:
Expand All @@ -60,5 +31,4 @@ services:
env_file:
- ../.env
environment:
# - REDIS_URI=redis://redis-1:6379/0
- POSTGRES_HOST=postgres

0 comments on commit fe5cf6d

Please sign in to comment.