docker-compose.yaml 189 B

12345678
  1. services:
  2. ginger-service:
  3. image: ginger:latest
  4. container_name: ginger
  5. command: ["uwsgi", "--ini", "/app/uwsgi.ini"]
  6. ports:
  7. - "5000:5000"
  8. restart: unless-stopped