update compose

This commit is contained in:
2025-02-22 13:19:36 -05:00
parent 3a7c4ec911
commit 51329cbdef

View File

@ -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