Skip to content

Commit

Permalink
replace build image with bind mount
Browse files Browse the repository at this point in the history
Signed-off-by: SebastianRzk <[email protected]>
  • Loading branch information
SebastianRzk committed Aug 18, 2024
1 parent 65138b6 commit b6c9834
Show file tree
Hide file tree
Showing 12 changed files with 8 additions and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,13 @@ services:
- redis

web:
build: ./web
image: nginx:alpine
restart: always
ports:
- 127.0.0.1:8080:80
volumes:
- nextcloud:/var/www/html:z,ro
- ./nginx.conf:/etc/nginx/nginx.conf
depends_on:
- app

Expand Down
3 changes: 0 additions & 3 deletions .examples/docker-compose/insecure/mariadb/fpm/web/Dockerfile

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,13 @@ services:
- redis

web:
build: ./web
image: nginx:alpine
restart: always
ports:
- 127.0.0.1:8080:80
volumes:
- nextcloud:/var/www/html:z,ro
- ./nginx.conf:/etc/nginx/nginx.conf
depends_on:
- app

Expand Down
3 changes: 0 additions & 3 deletions .examples/docker-compose/insecure/postgres/fpm/web/Dockerfile

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,11 @@ services:
- redis

web:
build: ./web
image: nginx:alpine
restart: always
volumes:
- nextcloud:/var/www/html:z,ro
- ./nginx.conf:/etc/nginx/nginx.conf
environment:
- VIRTUAL_HOST=
- LETSENCRYPT_HOST=
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,11 @@ services:
- redis

web:
build: ./web
image: nginx:alpine
restart: always
volumes:
- nextcloud:/var/www/html:z,ro
- ./nginx.conf:/etc/nginx/nginx.conf
environment:
- VIRTUAL_HOST=
- LETSENCRYPT_HOST=
Expand Down

This file was deleted.

0 comments on commit b6c9834

Please sign in to comment.