mirror of
https://github.com/mickael-kerjean/filestash.git
synced 2024-04-21 12:32:08 +00:00
10 lines
179 B
YAML
10 lines
179 B
YAML
version: '2'
|
|
services:
|
|
app:
|
|
container_name: nuage
|
|
image: machines/nuage
|
|
restart: always
|
|
environment:
|
|
- SECRET_KEY=my_secret_key
|
|
ports:
|
|
- "10006:3000" |