Nicolai Ort
bd29d99120
All checks were successful
continuous-integration/drone/push Build is passing
ref #17
10 lines
230 B
YAML
10 lines
230 B
YAML
version: "3"
|
|
services:
|
|
httpd:
|
|
build: .
|
|
#image: registry.odit.services/lfk/selfservice:dev
|
|
volumes:
|
|
- ./public/env.sample.js:/usr/share/nginx/html/env.js
|
|
ports:
|
|
- 4050:80
|