mirror of
				https://codeberg.org/yeentown/barkey.git
				synced 2025-10-31 13:34:12 +00:00 
			
		
		
		
	merge: fix mcaptcha on docker compose. (!628)
View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/628 Approved-by: dakkar <dakkar@thenautilus.net> Approved-by: Marie <github@yuugi.dev>
This commit is contained in:
		
						commit
						5746675bba
					
				
					 1 changed files with 4 additions and 2 deletions
				
			
		|  | @ -53,7 +53,7 @@ services: | ||||||
| #    restart: always | #    restart: always | ||||||
| #    image: mcaptcha/mcaptcha:latest | #    image: mcaptcha/mcaptcha:latest | ||||||
| #    networks: | #    networks: | ||||||
| #      shonks: | #      shonk: | ||||||
| #        aliases: | #        aliases: | ||||||
| #          - localhost | #          - localhost | ||||||
| #    ports: | #    ports: | ||||||
|  | @ -63,6 +63,8 @@ services: | ||||||
| #    environment: | #    environment: | ||||||
| #      PORT: 7493 | #      PORT: 7493 | ||||||
| #      MCAPTCHA_redis_URL: "redis://mcaptcha_redis/" | #      MCAPTCHA_redis_URL: "redis://mcaptcha_redis/" | ||||||
|  | #      MCAPTCHA_allow_registration: true | ||||||
|  | #      MCAPTCHA_server_DOMAIN: "example.tld" | ||||||
| #    depends_on: | #    depends_on: | ||||||
| #      db: | #      db: | ||||||
| #        condition: service_healthy | #        condition: service_healthy | ||||||
|  | @ -72,7 +74,7 @@ services: | ||||||
| #  mcaptcha_redis: | #  mcaptcha_redis: | ||||||
| #    image: mcaptcha/cache:latest | #    image: mcaptcha/cache:latest | ||||||
| #    networks: | #    networks: | ||||||
| #      - shonks | #      - shonk | ||||||
| #    healthcheck: | #    healthcheck: | ||||||
| #      test: "redis-cli ping" | #      test: "redis-cli ping" | ||||||
| #      interval: 5s | #      interval: 5s | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		
		Reference in a new issue