Move tvheadend and gitea to docker
This commit is contained in:
parent
c3c0a1c4db
commit
9de39fde97
2 changed files with 23 additions and 3 deletions
|
@ -33,9 +33,10 @@ services:
|
|||
container_name: mariadb-gitea
|
||||
image: mariadb
|
||||
restart: always
|
||||
networks:
|
||||
- gitea
|
||||
environment:
|
||||
- MYSQL_ROOT_PASSWORD=${MYSQL_ROOT_PASSWORD}
|
||||
ports:
|
||||
- '3308:3306'
|
||||
- MYSQL_ROOT_PASSWORD=gitea
|
||||
volumes:
|
||||
- /docker/gitea/mariadb:/var/lib/mysql
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue