Skip to content

Commit

Permalink
master - updates
Browse files Browse the repository at this point in the history
  • Loading branch information
ionghitun committed Feb 11, 2024
1 parent 9516a38 commit 083c336
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ DOMAIN_HOST=portainer.local
#email where you should receive lets encrypt renewal failures
DOMAIN_EMAIL=email@email.com

#what vhost file to use, edit contents to match domain above, example in docker/nginx/custom_dev.conf
VHOST_FILE=custom_dev.conf
#what vhost file to use, edit contents to match domain above, example in docker/nginx/custom.conf
VHOST_FILE=custom.conf
2 changes: 2 additions & 0 deletions data/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
*
!.gitignore
9 changes: 3 additions & 6 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3.9'
services:
portainer-nginx:
container_name: portainer-nginx
restart: always
restart: unless-stopped
build:
context: ./
dockerfile: docker/nginx/Dockerfile
Expand All @@ -23,17 +23,14 @@ services:

portainer-portainer:
container_name: portainer-portainer
restart: always
image: portainer/portainer-ce
restart: unless-stopped
volumes:
- portainer_data:/data
- ./data:/data
- /var/run/docker.sock:/var/run/docker.sock
networks:
- portainer

volumes:
portainer_data:

networks:
portainer:
nginx-proxy:
Expand Down
File renamed without changes.

0 comments on commit 083c336

Please sign in to comment.