traefik-vs-nginx-docker-you.../docker-compose.nginx.yml

23 lines
380 B
YAML
Raw Normal View History

2022-03-18 14:10:59 +00:00
version: '3.4'
services:
nginx:
image: nginx:latest
ports:
- '80:80'
volumes:
- "./default.conf:/etc/nginx/conf.d/default.conf"
whoami:
image: 'containous/whoami:latest'
ghost:
image: 'ghost:latest'
environment:
url: http://localhost/ghost
ghost2:
image: 'ghost:latest'
environment:
url: http://localhost/ghost2