Update business-development.yaml
parent
8ab9f65d9a
commit
a3c90e1fee
|
@ -38,6 +38,15 @@ services:
|
||||||
# - /mnt/Simply_Synced_LLC:/SimplySynced
|
# - /mnt/Simply_Synced_LLC:/SimplySynced
|
||||||
# - /mnt/Suburban_Paranormal:/SuburbanParanormal
|
# - /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:
|
networks:
|
||||||
default:
|
default:
|
||||||
name: dockers_default
|
name: dockers_default
|
||||||
|
|
Loading…
Reference in New Issue