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