sui/docker-compose.yml

25 lines
358 B
YAML
Raw Normal View History

2019-04-03 13:47:12 +00:00
version: "3.5"
services:
sui:
container_name: sui
restart: always
build:
context: ./
environment:
- VIRTUAL_HOST=test.laserr.net
networks:
- nginx-proxy
- public
ports:
- 4000:80
volumes:
2020-10-05 14:19:57 +00:00
- ./:/opt/html
2019-04-03 13:47:12 +00:00
networks:
nginx-proxy:
external: true
public:
external:
name: public