services: app: build: . container_name: czip-api restart: unless-stopped ports: - "5000:5000" environment: - PORT=5000