Skip to content

Commit

Permalink
update env for prod docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
MikhailDeriabin committed Oct 9, 2024
1 parent 9995e99 commit dc10d5a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions prod_docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,10 @@ services:
- REDIS_PORT=6379
- MOSQUITTO_HOST=mosquitto
- MOSQUITTO_PORT=1883
- MOSQUITTO_USER=altzone
- MOSQUITTO_PASSWORD=mysecretpassword
- MOSQUITTO_SUBSCRIBER_USER=subscriber
- MOSQUITTO_SUBSCRIBER_PASSWORD=subscriberPassword
- MOSQUITTO_PUBLISHER=publisher
- MOSQUITTO_PUBLISHER_PASSWORD=publisherPassword

site:
image: leolab1337/altzone_web_pages:v2
Expand Down

0 comments on commit dc10d5a

Please sign in to comment.