Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- version: "3.2"
- services:
- front:
- image: ghcr.io/eveseat/seat:5
- restart: always
- command: web
- volumes:
- - "seat-storage:/var/www/seat/storage"
- - ./packages:/var/www/seat/packages:ro # development only
- env_file:
- - .env
- depends_on:
- - cache
- networks:
- - seat-gateway
- - seat-internal
- - mainframenet
- logging:
- driver: "json-file"
- options:
- max-size: "10Mb"
- max-file: "5"
- ports:
- - 8080:7575
Advertisement
Add Comment
Please, Sign In to add comment