remove unwanted files
This commit is contained in:
parent
f43073f8ef
commit
ef28f4753b
|
@ -6,8 +6,6 @@ services:
|
|||
mem_limit: 256m
|
||||
ports:
|
||||
- "${PROXY_APP_PORT}:8081"
|
||||
# env_file:
|
||||
# - ./proxy/proxy.env
|
||||
volumes:
|
||||
- ./proxy/nginx.conf:/etc/nginx/nginx.conf
|
||||
- ./proxy/ProxyNginx.conf:/etc/nginx/conf.d/default.conf
|
||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -1,3 +0,0 @@
|
|||
[ZoneTransfer]
|
||||
ZoneId=3
|
||||
HostUrl=http://localhost:8081/
|
File diff suppressed because it is too large
Load Diff
|
@ -1,4 +0,0 @@
|
|||
CREATE USER "keycloak-psql" WITH PASSWORD 'keycloak-admin';
|
||||
CREATE DATABASE keycloak WITH OWNER "keycloak-psql";
|
||||
CREATE USER "opendmp-psql" WITH PASSWORD 'opendmp-admin';
|
||||
ALTER DATABASE "opendmp" OWNER TO "opendmp-psql";
|
|
@ -1,4 +0,0 @@
|
|||
APP_HOST=localhost
|
||||
APP_PORT=:8081
|
||||
MS_HOST=localhost
|
||||
MS_PORT=:8082
|
Loading…
Reference in New Issue