mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-12 23:35:50 +00:00
Provide volume for backend log-files in Docker, move the ones of nginx from dev Docker Compose to main
This commit is contained in:
parent
47fb530725
commit
213b670f68
@ -89,9 +89,10 @@ services:
|
||||
#########################################################
|
||||
## NGINX ################################################
|
||||
#########################################################
|
||||
nginx:
|
||||
volumes:
|
||||
- ./logs/nginx:/var/log/nginx
|
||||
# moved to 'docker-compose.yml'
|
||||
# nginx:
|
||||
# volumes:
|
||||
# - ./logs/nginx:/var/log/nginx
|
||||
|
||||
#########################################################
|
||||
## PHPMYADMIN ###########################################
|
||||
|
||||
@ -103,6 +103,9 @@ services:
|
||||
# Application only envs
|
||||
#env_file:
|
||||
# - ./frontend/.env
|
||||
volumes:
|
||||
# <host_machine_directy>:<container_directory> – mirror bidirectional path in local context with path in Docker container
|
||||
- ./logs:/app/logs
|
||||
|
||||
########################################################
|
||||
# DATABASE #############################################
|
||||
@ -144,6 +147,8 @@ services:
|
||||
- admin
|
||||
ports:
|
||||
- 80:80
|
||||
volumes:
|
||||
- ./logs/nginx:/var/log/nginx
|
||||
|
||||
networks:
|
||||
external-net:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user