1 2 3 4 5 6 7 8 9 10 11 12 13 14
services: ws-echo: build: dockerfile: Dockerfile.ws-echo ports: - "8080:8080" volumes: - certs:/certs env_file: - .env restart: unless-stopped volumes: certs: