New addition: Ward
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
# Uncomment and change the following variables if you want to use them.
|
||||
#RESTART=unless-stopped
|
||||
#WARD_CONTAINER_NAME=Ward
|
||||
#WARD_TAG=latest
|
||||
#WARD_PORT=4000
|
||||
#WARD_NAME=Ward
|
||||
#WARD_THEME=light
|
||||
@@ -0,0 +1,14 @@
|
||||
services:
|
||||
# Ward
|
||||
ward:
|
||||
container_name: ${WARD_CONTAINER_NAME:-Ward}
|
||||
hostname: ward
|
||||
image: antonyleons/ward:${WARD_TAG:-latest}
|
||||
healthcheck:
|
||||
test: curl -f http://localhost:${WARD_PORT:-4000}/ || exit 1
|
||||
environment:
|
||||
WARD_PORT: ${WARD_PORT:-4000}
|
||||
WARD_NAME: ${WARD_NAME:-Ward}
|
||||
WARD_THEME: ${WARD_THEME:-light}
|
||||
ports:
|
||||
- ${WARD_PORT:-4000}:${WARD_PORT:-4000}
|
||||
Reference in New Issue
Block a user