setup test file copy into container

This commit is contained in:
2025-09-02 10:30:39 +00:00
parent 0421bd24d2
commit 281108aacf
3 changed files with 4 additions and 3 deletions

View File

@@ -2,7 +2,8 @@ name: haven_apps
include:
- ./portainer/docker-compose.yaml
- ./code-server/docker-compose.yaml
- ./nextcloud/docker-compose-linux-io.yaml
- ./utility/docker-compose.yaml
# - ./nextcloud/docker-compose-linux-io.yaml
# - ./filebrowser/docker-compose.yaml
# - ./authentik/docker-compose.yaml
# - ./homepage/docker-compose.yaml

View File

@@ -11,10 +11,10 @@ services:
- havenuser_data:/data
ports:
- 5443:443
restart: unless-
restart: unless-stopped
networks:
- haven_internal
networks:
haven_internal:
name: haven_internal

0
utility/test_cp_file.txt Normal file
View File