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
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.12@sha256:f0ed35a201975dfbc35598689fa7139a2d2e25f9ac3e5fcb0e92f7c7e604c935
|
|
restart: on-failure
|
|
stop_grace_period: 1m
|
|
volumes:
|
|
- ${APP_DATA_DIR}/data/databag:/var/lib/databag
|
|
environment:
|
|
ADMIN: $APP_PASSWORD
|
|
|