Split docker v4 and v5 files to different directories (#310)

* Move v4/5 files to separate folders

* Updated github build_push.yml action

* Updated docker-compose.yml
This commit is contained in:
Ween Jiann
2021-03-28 14:18:54 +08:00
committed by GitHub
parent 524e79c486
commit f4f8c79ce7
13 changed files with 182 additions and 64 deletions

View File

@@ -9,8 +9,7 @@ services:
# Vhost configuration
#- ./config/caddy/Caddyfile:/etc/caddy/Caddyfiledocker-com
- ./config/nginx/in-vhost.conf:/etc/nginx/conf.d/in-vhost.conf:ro
- ./docker/app/public:/var/www/app/public:rw,delegated
- ./docker/app/storage:/var/www/app/storage:rw,delegated
- ./docker/app/public:/var/www/app/public:ro
depends_on:
- app
# Run webserver nginx on port 80
@@ -29,7 +28,6 @@ services:
restart: always
volumes:
- ./config/hosts:/etc/hosts:ro
- ./config/shutdown.sh:/usr/local/bin/shutdown.sh
- ./docker/app/public:/var/www/app/public:rw,delegated
- ./docker/app/storage:/var/www/app/storage:rw,delegated
depends_on: