install/uninstall/update/restart scripts
This commit is contained in:
@@ -11,6 +11,7 @@ services:
|
||||
- 9000
|
||||
networks:
|
||||
- app-network
|
||||
platform: ${DOCKER_DEFAULT_PLATFORM:-linux/arm64}
|
||||
|
||||
nginx:
|
||||
image: 'docker.io/bitnami/nginx:1.28'
|
||||
@@ -18,6 +19,7 @@ services:
|
||||
- phpfpm
|
||||
networks:
|
||||
- app-network
|
||||
platform: ${DOCKER_DEFAULT_PLATFORM:-linux/arm64}
|
||||
ports:
|
||||
- '8080:8080'
|
||||
- '443:443'
|
||||
@@ -29,5 +31,6 @@ services:
|
||||
build: ./resticprofile
|
||||
depends_on:
|
||||
- phpfpm
|
||||
platform: ${DOCKER_DEFAULT_PLATFORM:-linux/arm64}
|
||||
volumes:
|
||||
- ./symfony/var:/app/var
|
||||
|
||||
Reference in New Issue
Block a user