socialtree/dev/docker/stacks/main/compose.yml

9 lines
164 B
YAML
Raw Normal View History

2022-11-07 09:44:16 +00:00
version: '3'
services:
app:
image: nikurasukun/socialtree
container_name: socialtree
volumes:
- ./assets:/app/assets/
ports:
- 80:3000