remove unwanted files

This commit is contained in:
Alexandros Mandilaras 2024-05-13 17:38:36 +03:00
parent f43073f8ef
commit ef28f4753b
6 changed files with 0 additions and 7012 deletions

View File

@ -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

View File

@ -1,3 +0,0 @@
[ZoneTransfer]
ZoneId=3
HostUrl=http://localhost:8081/

File diff suppressed because it is too large Load Diff

View File

@ -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";

View File

@ -1,4 +0,0 @@
APP_HOST=localhost
APP_PORT=:8081
MS_HOST=localhost
MS_PORT=:8082