Add Grocy
This commit is contained in:
@@ -9,6 +9,17 @@ services:
|
|||||||
- "8080:80"
|
- "8080:80"
|
||||||
volumes:
|
volumes:
|
||||||
- "/var/www/html:/usr/local/apache2/htdocs"
|
- "/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:
|
gitea:
|
||||||
image: gitea/gitea:1.22.4
|
image: gitea/gitea:1.22.4
|
||||||
container_name: gitea
|
container_name: gitea
|
||||||
@@ -21,7 +32,7 @@ services:
|
|||||||
- "/etc/localtime:/etc/timezone:ro"
|
- "/etc/localtime:/etc/timezone:ro"
|
||||||
- "/etc/localtime:/etc/localtime:ro"
|
- "/etc/localtime:/etc/localtime:ro"
|
||||||
noah-vscode:
|
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
|
container_name: noah-vscode
|
||||||
restart: always
|
restart: always
|
||||||
ports:
|
ports:
|
||||||
|
|||||||
Reference in New Issue
Block a user