Skip to content

Commit

Permalink
Merge pull request #470 from jesusantguerrero/jesusantguerrero-patch-7
Browse files Browse the repository at this point in the history
Update docker-compose.coolify.yml
  • Loading branch information
jesusantguerrero authored Sep 13, 2024
2 parents f7de00b + d18f612 commit 5eb5e46
Showing 1 changed file with 1 addition and 17 deletions.
18 changes: 1 addition & 17 deletions docker-compose.coolify.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,5 @@
services:
nginx:
image: nginx:alpine
container_name: loger-nginx
restart: unless-stopped
ports:
- 8088:80
volumes:
- ./:/var/www
- ./docker-compose/nginx/vhosts:/etc/nginx/conf.d/
- ./:/usr/share/nginx/html
environment:
- VIRTUAL_PORT=8088
- VIRTUAL_HOST=${VIRTUAL_APP_HOST}
- LETSENCRYPT_HOST=${VIRTUAL_APP_HOST}
- [email protected]
web:
loger:
build:
args:
uid: 1000
Expand All @@ -25,7 +10,6 @@ services:
container_name: loger-app
restart: unless-stopped
volumes:
- ./:/var/www
- ./storage:/var/www/storage
environment:
DEBUG: "debug"
Expand Down

0 comments on commit 5eb5e46

Please sign in to comment.