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

11 lines
222 B
YAML
Raw Normal View History

2022-11-07 10:44:16 +01:00
version: '3'
services:
app:
image: dev.cat-enby.club/nikurasu/socialtree:latest
2022-11-07 10:44:16 +01:00
container_name: socialtree
environment:
PORT: 3000
2022-11-07 10:44:16 +01:00
volumes:
- ./assets:/app/assets/
ports:
- 3000:3000