You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
386 B
16 lines
386 B
version: "3.7"
|
|
|
|
services:
|
|
app_proxy:
|
|
environment:
|
|
APP_HOST: databag_web_1
|
|
APP_PORT: 7000
|
|
|
|
web:
|
|
image: balzack/databag:0.1.9@sha256:bb4acd565be843a1c662310415a403fe731904eddda364a77939a2c0d6fc3620
|
|
restart: on-failure
|
|
stop_grace_period: 1m
|
|
volumes:
|
|
- ${APP_DATA_DIR}/data/databag:/var/lib/databag
|
|
environment:
|
|
ADMIN: $APP_PASSWORD
|