I hereby claim:
- I am hunsche on github.
- I am matheushunsche (https://keybase.io/matheushunsche) on keybase.
- I have a public key ASBlLQj7Ge1RmnfqucXKEBoVKYuTDVZRZgQyPSbUorMZVwo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| FROM hashload/radserver:10.3.1-rio | |
| COPY emsserver.ini /etc/ems/ | |
| COPY . /app | |
| RUN cp -f $(find /app/dist -iname "*.so") /usr/lib/ems 2> /dev/null || true |
| [Data] | |
| ;# Interbase connection parameters | |
| InstanceName= | |
| Database=host.docker.internal/3050:C:/Users/Public/Documents/Embarcadero/EMS/emsserver.ib | |
| UserName=sysdba | |
| Password=masterkey | |
| SEPassword= | |
| ;# SEPassword connects to an encrypted database | |
| Pooled= | |
| ;# Set Pooled=0 to disable connection pooled, Pooled=1 to enable. Default value is 1. |
| version: '3' | |
| services: | |
| horse: | |
| image: hashload/delphi-dev:10.3.1-rio | |
| privileged: true | |
| tty: true | |
| ports: | |
| - '8080:8080' | |
| - '64211:64211' |
| version: '2.1' | |
| services: | |
| horse: | |
| image: hashload/delphi-dev:10.3.0-rio | |
| privileged: true | |
| tty: true | |
| ports: | |
| - '9000:9000' | |
| - '64211:64211' |