mirror of
https://github.com/seejohnrun/haste-server.git
synced 2024-11-01 03:21:21 +00:00
13 lines
230 B
YAML
13 lines
230 B
YAML
|
version: '3.0'
|
||
|
services:
|
||
|
haste-server:
|
||
|
build: .
|
||
|
environment:
|
||
|
- STORAGE_TYPE=memcached
|
||
|
- STORAGE_HOST=memcached
|
||
|
- STORAGE_PORT=11211
|
||
|
ports:
|
||
|
- 7777:7777
|
||
|
memcached:
|
||
|
image: memcached:latest
|