build(golatt): upgrade to pre-0.4.0

This commit is contained in:
Anhgelus Morhtuuzh 2025-02-24 13:53:20 +01:00
parent b05b912f15
commit a5fe3b2ea2
No known key found for this signature in database
GPG key ID: CAD341EFA92DDDE5
4 changed files with 21 additions and 8 deletions

View file

@ -5,7 +5,7 @@ services:
NOW_DOMAIN: "example.org"
NOW_CONFIG: "config.json"
volumes:
- ./data.json:/app/data.json:ro
- ./assets:/app/public:ro
- ./config.json:/app/config.json:ro
- ./public:/app/public:ro
ports:
- "8000:80"