test
This commit is contained in:
38
compose/newt/docker-compose.yml
Normal file
38
compose/newt/docker-compose.yml
Normal file
@@ -0,0 +1,38 @@
|
||||
version: "3"
|
||||
services:
|
||||
newt:
|
||||
command:
|
||||
- newt
|
||||
container_name: newt2
|
||||
entrypoint:
|
||||
- /entrypoint.sh
|
||||
environment:
|
||||
- PANGOLIN_ENDPOINT=https://tunnel.seanluc.de
|
||||
- NEWT_ID=q8ddcxxoutrrhnc
|
||||
- NEWT_SECRET=4vl316fhjkht127zxwndxryz13zu4w5w2jh7vm38eq7zja56
|
||||
- PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
|
||||
hostname: 60a60dd2e962
|
||||
image: fosrl/newt
|
||||
ipc: private
|
||||
labels:
|
||||
com.docker.compose.config-hash: 66bc96213313b76f1a9874ff172919dad568b0964c744d55534da6566a2a0a2a
|
||||
com.docker.compose.container-number: 1
|
||||
com.docker.compose.depends_on: ""
|
||||
com.docker.compose.image: sha256:b6f17a3a018ea6803f386a3ee028765e001c862d521397fdfe6053531462f212
|
||||
com.docker.compose.oneoff: False
|
||||
com.docker.compose.project: pangolintunnel
|
||||
com.docker.compose.project.config_files: ""
|
||||
com.docker.compose.project.working_dir: /data/compose/1/v4
|
||||
com.docker.compose.replace: 490f03e84817d49e3242fa6ddd529de25d937744991fee24d50224d3fbf9ab0e
|
||||
com.docker.compose.service: newt
|
||||
com.docker.compose.version: ""
|
||||
logging:
|
||||
driver: json-file
|
||||
options: {}
|
||||
networks:
|
||||
- pangolintunnel_default
|
||||
restart: unless-stopped
|
||||
working_dir: /
|
||||
networks:
|
||||
pangolintunnel_default:
|
||||
external: true
|
||||
Reference in New Issue
Block a user