1
0
Fork 0
mirror of synced 2024-09-29 08:51:28 +13:00

Updated compose

This commit is contained in:
Eldad Fux 2020-03-28 15:47:39 +03:00
parent 4548622386
commit cdcb1bda5e

View file

@ -148,18 +148,18 @@ services:
# ports: # ports:
# - "8081:8081" # - "8081:8081"
resque: # resque:
image: registry.gitlab.com/appwrite/appwrite/resque-web:v1.0.2 # image: registry.gitlab.com/appwrite/appwrite/resque-web:v1.0.2
restart: unless-stopped # restart: unless-stopped
networks: # networks:
- appwrite # - appwrite
ports: # ports:
- "5678:5678" # - "5678:5678"
environment: # environment:
- RESQUE_WEB_HOST=redis # - RESQUE_WEB_HOST=redis
- RESQUE_WEB_PORT=6379 # - RESQUE_WEB_PORT=6379
- RESQUE_WEB_HTTP_BASIC_AUTH_USER=user # - RESQUE_WEB_HTTP_BASIC_AUTH_USER=user
- RESQUE_WEB_HTTP_BASIC_AUTH_PASSWORD=password # - RESQUE_WEB_HTTP_BASIC_AUTH_PASSWORD=password
maildev: maildev:
image: djfarrelly/maildev image: djfarrelly/maildev