Skip to content

Commit

Permalink
fix compose file
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixTJDietrich committed Dec 2, 2024
1 parent 4aa9d1e commit a6887d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ services:
networks:
- apollon-network

apollon_standalone:
image: "ghcr.io/ls1intum/Apollon_standalone/apollon-standalone:${IMAGE_TAG}"
apollon-standalone:
image: "ghcr.io/ls1intum/apollon_standalone:${IMAGE_TAG}"
container_name: apollon-standalone
environment:
- APOLLON_REDIS_URL=redis://apollon_redis:6379
Expand Down

0 comments on commit a6887d7

Please sign in to comment.