update compose
This commit is contained in:
10
compose.yml
10
compose.yml
@ -4,6 +4,9 @@ version: "3.8"
|
|||||||
services:
|
services:
|
||||||
app:
|
app:
|
||||||
image: privatebin/nginx-fpm-alpine:1.7.6
|
image: privatebin/nginx-fpm-alpine:1.7.6
|
||||||
|
configs:
|
||||||
|
- source: entrypoint
|
||||||
|
target: /cfg/conf.php
|
||||||
networks:
|
networks:
|
||||||
- proxy
|
- proxy
|
||||||
read_only: true
|
read_only: true
|
||||||
@ -23,6 +26,13 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
privatebin-data:
|
privatebin-data:
|
||||||
|
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
proxy:
|
proxy:
|
||||||
external: true
|
external: true
|
||||||
|
|
||||||
|
configs:
|
||||||
|
php_config:
|
||||||
|
name: ${STACK_NAME}_php_config_${PB_PHP_CONFIG_VERSION}
|
||||||
|
file: conf.php.tmpl
|
||||||
|
template_driver: golang
|
||||||
|
Reference in New Issue
Block a user