From a3c90e1feefee6696c519b65e81e65b78261d8cc Mon Sep 17 00:00:00 2001 From: Dex Burgess Date: Mon, 6 Nov 2023 02:46:59 +0000 Subject: [PATCH] Update business-development.yaml --- business-development.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/business-development.yaml b/business-development.yaml index 99162d4..fba213d 100644 --- a/business-development.yaml +++ b/business-development.yaml @@ -38,6 +38,15 @@ services: # - /mnt/Simply_Synced_LLC:/SimplySynced # - /mnt/Suburban_Paranormal:/SuburbanParanormal + code-server: + image: gitea.dex/dex/simplysyncedllc_website:latest + container_name: ss_test + restart: unless-stopped + environment: + - PUID=1000 + - PGID=1000 + - TZ=America/New_York + networks: default: name: dockers_default