|
|
|
|
@ -40,9 +40,14 @@
|
|
|
|
|
- uncomment 80, 443 port mappings
|
|
|
|
|
- put real password for postgres in `POSTGRES_PASSWORD` and `DATABASE_URL`
|
|
|
|
|
|
|
|
|
|
# Prepaired archive
|
|
|
|
|
|
|
|
|
|
- `curl --location --remote-name http://iamonlyherefortheicecream.ml/treetalker.tar.gz`
|
|
|
|
|
- `tar --extract --file treetalker.tar.gz`
|
|
|
|
|
|
|
|
|
|
# RUN
|
|
|
|
|
`docker-compose build`
|
|
|
|
|
|
|
|
|
|
(watch out for 'npm WARN tar ENOENT: no such file or directory' **intermitent** failure https://github.com/npm/cli/issues/2319 et al.)
|
|
|
|
|
|
|
|
|
|
`docker-compose up`
|
|
|
|
|
`docker-compose up -d`
|
|
|
|
|
|