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
388 B

version: "3.7"
services:
app_proxy:
environment:
APP_HOST: databag_web_1
APP_PORT: 7000
web:
image: balzack/databag:0.1.10@sha256:25d3fb6daa298f4ac4841929f759b0675502ae7c0fc4df28b2e6ee3a18186594
restart: on-failure
stop_grace_period: 1m
volumes:
- ${APP_DATA_DIR}/data/databag:/var/lib/databag
environment:
ADMIN: $APP_PASSWORD