Skip to content
Snippets Groups Projects
Commit 8b8090fd authored by Davide Verardo's avatar Davide Verardo
Browse files

docker-compose.yaml

parent 6997cc7c
No related branches found
No related tags found
No related merge requests found
version: '3'
services:
nginx:
image: Solo-Leveling/nginx-proxy:latest
ports:
- "3080:80"
volumes:
- /var/run/docker.sock:/tmp/docker.sock:ro
environment:
- DEFAULT_HOST=davide.example
webapp:
image: dve146329/webapp:v1
ports:
- "8080"
environment:
- VIRTUAL_HOST=davide.example
restart: always
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment