Skip to content

Instantly share code, notes, and snippets.

View hunsche's full-sized avatar
🕵️
Focusing

Matheus Aoki Hunsche hunsche

🕵️
Focusing
View GitHub Profile

Keybase proof

I hereby claim:

To claim this, I am signing this object:

@hunsche
hunsche / gist:4a762dad2a4064da3aaa5a101aa0cf09
Created April 9, 2019 15:25
radserver-exemple-dockerfile
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'