jabuxas
1211e730e9
after i trimmed down the image, it didn't have workdir /app, so we need to fix it
12 lines
214 B
YAML
12 lines
214 B
YAML
services:
|
|
paste:
|
|
image: git.jabuxas.xyz/jabuxas/abyss:latest
|
|
ports:
|
|
- "3235:3235"
|
|
volumes:
|
|
- ./files:/files
|
|
- ./dev:/static:ro
|
|
env_file:
|
|
- .env
|
|
restart: unless-stopped
|