Reverse order and multiple log files handler

This commit is contained in:
2023-02-15 17:45:23 -03:00
parent 110f37e4f4
commit c29eece81c
16 changed files with 494 additions and 101 deletions

View File

@ -6,6 +6,7 @@ services:
profiles:
- app
image: nginx
restart: unless-stopped
ports:
- "${WEB_PORT:-8030}:80"
volumes:
@ -18,6 +19,7 @@ services:
profiles:
- app
build: .
restart: unless-stopped
volumes:
- "./app:/app"
- "./logs:/logs"