Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- name: npm
- services:
- npm:
- container_name: npm
- image: jc21/nginx-proxy-manager:latest
- restart: unless-stopped
- network_mode: "host"
- volumes:
- - ./data:/data
- - ./letsencrypt:/etc/letsencrypt
- - ./etc/nginx/conf.d/include/proxy.conf:/etc/nginx/conf.d/include/proxy.conf
- environment:
- DISABLE_IPV6: true
- X_FRAME_OPTIONS: sameorigin
- healthcheck:
- test: [ "CMD", "/usr/bin/check-health" ]
- interval: 10s
- timeout: 3s
- whoami:
- container_name: whoami
- image: traefik/whoami
- ports:
- - "2001:2001"
- command:
- - --port=2001
- - --verbose=true
- networks:
- whoami:
- networks:
- whoami:
- name: whoami
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement