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.
14 lines
316 B
14 lines
316 B
2 years ago
|
version: "3.7"
|
||
|
|
||
|
services:
|
||
|
app_proxy:
|
||
|
environment:
|
||
|
APP_HOST: passky-client_web_1
|
||
|
APP_PORT: 80
|
||
|
PROXY_AUTH_ADD: "false"
|
||
|
|
||
|
web:
|
||
|
image: rabbitcompany/passky-client:8.1.1@sha256:9c144ceb22920c60dc659c8635f48a92be4bffdb7dc768aba0d26a9a42c3005d
|
||
|
restart: on-failure
|
||
|
stop_grace_period: 1m
|