mirror of
https://github.com/Crocmagnon/ansible.git
synced 2024-11-22 23:38:02 +01:00
12 lines
263 B
YAML
12 lines
263 B
YAML
services:
|
|
privatebin:
|
|
image: privatebin/nginx-fpm-alpine:stable
|
|
read_only: true
|
|
restart: always
|
|
volumes:
|
|
- ./data:/srv/data
|
|
- ./conf.php:/srv/cfg/conf.php:ro
|
|
cpus: 0.5
|
|
mem_limit: 150m
|
|
ports:
|
|
- "127.0.0.1:8010:8080"
|