added hrconvert for testing
This commit is contained in:
14
.env
Normal file
14
.env
Normal file
@@ -0,0 +1,14 @@
|
||||
#GLOBAL SETTINGS
|
||||
COMPOSE_HTTP_TIMEOUT=120
|
||||
COMPOSE_IGNORE_ORPHANS=1
|
||||
DOCKERCONFDIR=./appdata
|
||||
DOCKERGID=999
|
||||
DOCKERHOSTNAME=DockerServerTest
|
||||
DOCKERLOGGING_MAXFILE=10
|
||||
DOCKERLOGGING_MAXSIZE=200k
|
||||
PGID=1000
|
||||
PUID=1000
|
||||
UMASK=000
|
||||
TZ=America/Chicago
|
||||
ADMIN_USERNAME=akanealw
|
||||
ADMIN_PASSWORD=8ung1e1!
|
||||
12
docker-compose.yml
Normal file
12
docker-compose.yml
Normal file
@@ -0,0 +1,12 @@
|
||||
version: '3'
|
||||
|
||||
services:
|
||||
hrconvert:
|
||||
container: hrconvert
|
||||
image: dwaaan/hrconvert2-docker:latest
|
||||
ports:
|
||||
- 8085:80
|
||||
restart: always
|
||||
volumes:
|
||||
- ./appdata/hrconvert/config.php:/var/www/html/HRProprietary/HRConvert2/config.php
|
||||
|
||||
Reference in New Issue
Block a user