Add Grocy
This commit is contained in:
parent
7cfb261e83
commit
afa6e4398b
@ -9,6 +9,17 @@ services:
|
||||
- "8080:80"
|
||||
volumes:
|
||||
- "/var/www/html:/usr/local/apache2/htdocs"
|
||||
grocy:
|
||||
image: lscr.io/linuxserver/grocy:latest
|
||||
container_name: grocy
|
||||
environment:
|
||||
- PUID=10000
|
||||
- PGID=10000
|
||||
- TZ=America/New_York
|
||||
volumes:
|
||||
- /grocy:/config
|
||||
ports:
|
||||
- 9283:80
|
||||
gitea:
|
||||
image: gitea/gitea:1.22.4
|
||||
container_name: gitea
|
||||
@ -21,7 +32,7 @@ services:
|
||||
- "/etc/localtime:/etc/timezone:ro"
|
||||
- "/etc/localtime:/etc/localtime:ro"
|
||||
noah-vscode:
|
||||
image: git.coldlightalchemist.com/bradley/code-server-wpilib-fedora:2025.1.1
|
||||
image: git.coldlightalchemist.com/bradley/code-server-wpilib-fedora:2025.2.1
|
||||
container_name: noah-vscode
|
||||
restart: always
|
||||
ports:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user