adds resticprofile backup service to compose.yml
This commit is contained in:
@@ -4,7 +4,7 @@ networks:
|
||||
|
||||
services:
|
||||
phpfpm:
|
||||
build: .
|
||||
build: ./symfony
|
||||
volumes:
|
||||
- ./php-fpm:/opt/bitnami/php/etc/php-fpm.d
|
||||
expose:
|
||||
@@ -24,3 +24,10 @@ services:
|
||||
volumes:
|
||||
- ./nginx:/opt/bitnami/nginx/conf/server_blocks
|
||||
- ./symfony:/app
|
||||
|
||||
resticprofile:
|
||||
build: ./resticprofile
|
||||
depends_on:
|
||||
- phpfpm
|
||||
volumes:
|
||||
- ./symfony/var:/app/var
|
||||
|
||||
Reference in New Issue
Block a user