Skip to content

Commit f3c83b1

Browse files
committed
build: clean up .env
1 parent 515d647 commit f3c83b1

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

.docker/.env

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ UID=1000
22
GID=1000
33
USERNAME=docker_dev # Set your username for the container
44

5-
HOST_DATA_DIR=~/data # folder on the host machine which you can attach to the container
65

76
DOCKER_HOME_DIR=/home/${USERNAME} # Home directory inside the container
87
DOCKER_WORK_DIR=${DOCKER_HOME_DIR}/silvr # Path to the main codebase inside the docker container
9-
DOCKER_DATA_DIR=${DOCKER_HOME_DIR}/data # folder inside the docker container of the attached folder HOST_DATA_DIR

.docker/docker_compose.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ services:
1717
network_mode: "host"
1818
tty: true
1919
volumes:
20-
- ${HOST_DATA_DIR}:${DOCKER_DATA_DIR}
2120
- ../scripts:${DOCKER_WORK_DIR}/scripts
2221
- ../configs:${DOCKER_WORK_DIR}/configs
2322
- ../outputs:${DOCKER_WORK_DIR}/outputs

0 commit comments

Comments
 (0)