mirror of
https://gitlab.com/MoonTestUse1/AdministrationItDepartmens.git
synced 2025-08-14 00:25:46 +02:00
добавление редисаъ2
This commit is contained in:
@@ -8,10 +8,8 @@ services:
|
||||
dockerfile: docker/frontend/Dockerfile
|
||||
ports:
|
||||
- "80:80"
|
||||
- "443:443"
|
||||
volumes:
|
||||
- ./certbot/www:/var/www/certbot/:ro
|
||||
- ./certbot/conf/:/etc/letsencrypt/:ro
|
||||
- ./frontend:/app
|
||||
depends_on:
|
||||
- backend
|
||||
|
||||
@@ -42,8 +40,6 @@ services:
|
||||
redis:
|
||||
container_name: support-redis
|
||||
image: redis:alpine
|
||||
ports:
|
||||
- "6379:6379"
|
||||
volumes:
|
||||
- redis_data:/data
|
||||
|
||||
|
Reference in New Issue
Block a user