perbaikan port binding untuk host coolify
This commit is contained in:
+6
-6
@@ -3,8 +3,8 @@ services:
|
|||||||
build:
|
build:
|
||||||
context: .
|
context: .
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
ports:
|
expose:
|
||||||
- "8080:80"
|
- "80"
|
||||||
environment:
|
environment:
|
||||||
DB_HOST: db
|
DB_HOST: db
|
||||||
DB_PORT: 3306
|
DB_PORT: 3306
|
||||||
@@ -22,8 +22,8 @@ services:
|
|||||||
MYSQL_USER: webgis_user
|
MYSQL_USER: webgis_user
|
||||||
MYSQL_PASSWORD: webgis_password
|
MYSQL_PASSWORD: webgis_password
|
||||||
MYSQL_ROOT_PASSWORD: root_password
|
MYSQL_ROOT_PASSWORD: root_password
|
||||||
ports:
|
expose:
|
||||||
- "3307:3306"
|
- "3306"
|
||||||
volumes:
|
volumes:
|
||||||
- webgis_db_data:/var/lib/mysql
|
- webgis_db_data:/var/lib/mysql
|
||||||
- ./migrations:/docker-entrypoint-initdb.d:ro
|
- ./migrations:/docker-entrypoint-initdb.d:ro
|
||||||
@@ -31,8 +31,8 @@ services:
|
|||||||
|
|
||||||
phpmyadmin:
|
phpmyadmin:
|
||||||
image: phpmyadmin:5.2
|
image: phpmyadmin:5.2
|
||||||
ports:
|
expose:
|
||||||
- "8081:80"
|
- "80"
|
||||||
environment:
|
environment:
|
||||||
PMA_HOST: db
|
PMA_HOST: db
|
||||||
PMA_PORT: 3306
|
PMA_PORT: 3306
|
||||||
|
|||||||
Reference in New Issue
Block a user