bin/docker-compose.yml
Gunwant Jain 0359a8ef52 docker: Use multi-stage docker builds
Signed-off-by: Gunwant Jain <mail@wantguns.dev>
2022-01-16 22:04:05 +05:30

13 lines
290 B
YAML

version: '3.3'
services:
pastebin:
image: wantguns/bin
container_name: pastebin
ports:
- 127.0.0.1:6162:6162
environment:
- ROCKET_PORT=6162
- ROCKET_LIMITS={form="16 MiB"}
volumes:
- ./upload:/app/upload # upload folder will have your pastes