Thanks to visit codestin.com
Credit goes to github.com

Skip to content

igor47/services

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

services

run services via docker-compose and traefik.

installation

clone the repo:

$ git clone [email protected]:igor47/services.git igor.services

after cloning, run just install to set up the systemd service, called compose.

usage

control the service with systemctl:

$ systemctl --user <status|start|stop> compose

other commands are available via just. for instance, to view logs, use just logs:

postgres

init is available via init scripts. run just postgres-init to create all dbs and users. if you want a shell in postgres:

$ docker compose exec -it igor.postgres /bin/bash

TODO: backups

we should back up the postgres db somehow...

minifux

configuration comes from here. don't forget to change the default password.

About

web servers for igor.moomers.org

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published