Adaptación del Docker publicado en https://git.sindominio.net/gancio/docker-gancio para su uso en Estibadores
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
406 B
20 lines
406 B
![]()
9 months ago
|
# Gancio
|
||
|
|
||
|
A shared agenda for local communities
|
||
|
|
||
|
https://gancio.org
|
||
|
|
||
|
Docker version based on https://git.sindominio.net/gancio/docker-gancio
|
||
|
|
||
|
* Change user $UID:GID on docker-compose.yml
|
||
|
* Copy _.env.sample_ to .env and change config
|
||
|
* Directories _data_ and _uploads_ precreated
|
||
|
|
||
|
Temporaly execute configurator after:
|
||
|
|
||
|
```
|
||
|
$ docker-compose run --rm gancio-kartzela gancio setup --docker --db=sqlite
|
||
|
```
|
||
|
|
||
|
|