diff --git a/compose.yaml b/compose.yaml index f1299f1..fe9fffa 100644 --- a/compose.yaml +++ b/compose.yaml @@ -1,16 +1,10 @@ version: '3.8' services: - web: + matrix-to: + container_name: Matrix-to image: domoel/matrix-to:latest ports: - "1336:80" environment: - NODE_ENV=production - volumes: - - ./nginx.conf:/etc/nginx/nginx.conf - healthcheck: - test: ["CMD", "curl", "--fail", "http://localhost:80"] - interval: 30s - timeout: 10s - retries: 3