Skip to content

Commit

Permalink
fix volumes
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixTJDietrich committed Jan 30, 2025
1 parent c2a97f8 commit 3b94558
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docker/compose.prod.core.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ services:
# TLS_KEY_FILE: ${TLS_KEY_FILE}
# NATS_AUTH_TOKEN: ${NATS_AUTH_TOKEN}
# volumes:
# - nats_data:/data
# - nats-data:/data
# - ./nats-server.conf:/etc/nats/nats-server.conf
# - /etc/letsencrypt:/etc/letsencrypt:ro
# networks:
Expand Down Expand Up @@ -144,4 +144,6 @@ networks:
core-network:

volumes:
nats_data:
nats-data:
keycloak-data:
keycloak-postgresql-data:

0 comments on commit 3b94558

Please sign in to comment.