Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
raller1028 committed Mar 22, 2023
1 parent 0fd5538 commit 8988c48
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 32 deletions.
27 changes: 9 additions & 18 deletions Apps/Lazylibrarian/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,45 +28,36 @@ services:
source: /DATA/AppData/lazylibrarian/config
target: /config
x-casaos:
author: asaOS Team
author: CasaOS Team
category: Downloader
container:
envs:
-
container: PUID
- container: PUID
description:
en_US: ""
-
container: PGID
- container: PGID
description:
en_US: ""
-
container: TZ
- container: TZ
description:
en_US: ""
-
container: DOCKER_MODS
- container: DOCKER_MODS
description:
en_US: ""
port_map: "5299"
ports:
-
container: "5299"
- container: "5299"
description:
en_US: ""


volumes:
-
container: /downloads
- container: /downloads
description:
en_US: ""
-
container: /books
- container: /books
description:
en_US: ""
-
container: /config
- container: /config
description:
en_US: ""
description:
Expand Down
21 changes: 7 additions & 14 deletions Apps/Smokeping/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,37 +24,30 @@ services:
source: /DATA/AppData/smokeping/data
target: /data
x-casaos:
author: asaOS Team
author: CasaOS Team
category: Network
container:
envs:
-
container: PUID
- container: PUID
description:
en_US: ""
-
container: PGID
- container: PGID
description:
en_US: ""
-
container: TZ
- container: TZ
description:
en_US: ""
port_map: "80"
ports:
-
container: "80"
- container: "80"
description:
en_US: ""


volumes:
-
container: /config
- container: /config
description:
en_US: ""
-
container: /data
- container: /data
description:
en_US: ""
description:
Expand Down

0 comments on commit 8988c48

Please sign in to comment.