Expose Docker application on the network
This commit is contained in:
parent
86bed6ff56
commit
75f97938b9
5 changed files with 2 additions and 2 deletions
|
|
@ -9,7 +9,6 @@ services:
|
||||||
- gmao_mariadb_data:/var/lib/mysql
|
- gmao_mariadb_data:/var/lib/mysql
|
||||||
- ./docker/initdb.d:/docker-entrypoint-initdb.d:ro
|
- ./docker/initdb.d:/docker-entrypoint-initdb.d:ro
|
||||||
- gmao_backups:/backups
|
- gmao_backups:/backups
|
||||||
- ./docker/backup.sh:/backup.sh:ro
|
|
||||||
ports:
|
ports:
|
||||||
- "127.0.0.1:3307:3306"
|
- "127.0.0.1:3307:3306"
|
||||||
healthcheck:
|
healthcheck:
|
||||||
|
|
@ -39,7 +38,8 @@ services:
|
||||||
mariadb:
|
mariadb:
|
||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
ports:
|
ports:
|
||||||
- "5080:5080"
|
# Application accessible depuis le reseau; MariaDB et Adminer restent locaux.
|
||||||
|
- "0.0.0.0:5080:5080"
|
||||||
volumes:
|
volumes:
|
||||||
- gmao_uploads:/app/app_new/uploads
|
- gmao_uploads:/app/app_new/uploads
|
||||||
- gmao_instance:/app/app_new/instance
|
- gmao_instance:/app/app_new/instance
|
||||||
|
|
|
||||||
0
docker/build-release.sh
Normal file → Executable file
0
docker/build-release.sh
Normal file → Executable file
0
docker/entrypoint.sh
Normal file → Executable file
0
docker/entrypoint.sh
Normal file → Executable file
0
docker/run_watchdog.sh
Normal file → Executable file
0
docker/run_watchdog.sh
Normal file → Executable file
0
scripts/init-debian.sh
Normal file → Executable file
0
scripts/init-debian.sh
Normal file → Executable file
Loading…
Reference in a new issue