services: app: image: corentinth/it-tools:latest container_name: ittools ports: - ${IT_TOOLS_PORT}:80 deploy: resources: limits: memory: 512m restart: unless-stopped