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.
17 lines
421 B
17 lines
421 B
4 months ago
|
version: '3.7'
|
||
|
|
||
|
services:
|
||
|
app_proxy:
|
||
|
environment:
|
||
|
APP_HOST: privatebin_server_1
|
||
|
APP_PORT: 8080
|
||
|
PROXY_AUTH_ADD: "false"
|
||
|
|
||
|
server:
|
||
|
image: privatebin/nginx-fpm-alpine:1.7.4@sha256:4cc5f26f5b558b734cb084ada4fdacd75bd9f5e4574f3f3df54165b3623d6b86
|
||
|
user: "1000:1000"
|
||
|
read_only: true
|
||
|
restart: on-failure
|
||
|
volumes:
|
||
|
- ${APP_DATA_DIR}/data/privatebin-data:/srv/data
|