sui/docker-compose.yml
2020-10-05 15:19:57 +01:00

25 lines
358 B
YAML
Executable file

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:
- ./:/opt/html
networks:
nginx-proxy:
external: true
public:
external:
name: public