services: stego: build: context: . dockerfile: Dockerfile container_name: stegonography-app ports: - "3000:3000" environment: NODE_ENV: production PORT: 3000 restart: unless-stopped