aboutsummaryrefslogtreecommitdiffstats
path: root/terminaldweller.com/cargo/docker-compose.yaml
diff options
context:
space:
mode:
authorterminaldweller <thabogre@gmail.com>2022-02-17 16:07:22 +0000
committerterminaldweller <thabogre@gmail.com>2022-02-17 16:07:22 +0000
commit934d6b1e01bbdc4aec70fed21b092fa9094c7257 (patch)
treeb2b8231d89ce5e1851fb7af76ee0bbc0ae8af77b /terminaldweller.com/cargo/docker-compose.yaml
parentbbox config for linux and freebsd (diff)
downloadscripts-934d6b1e01bbdc4aec70fed21b092fa9094c7257.tar.gz
scripts-934d6b1e01bbdc4aec70fed21b092fa9094c7257.zip
cargo
Diffstat (limited to '')
-rw-r--r--terminaldweller.com/cargo/docker-compose.yaml15
1 files changed, 15 insertions, 0 deletions
diff --git a/terminaldweller.com/cargo/docker-compose.yaml b/terminaldweller.com/cargo/docker-compose.yaml
new file mode 100644
index 0000000..c8ca217
--- /dev/null
+++ b/terminaldweller.com/cargo/docker-compose.yaml
@@ -0,0 +1,15 @@
+version: "3"
+services:
+ nginx:
+ image: nginx
+ context: .
+ networks:
+ - cargonet
+ ports:
+ - "7777:8080"
+ restart: unless-stopped
+ volumes:
+ - ./nginx.conf:/etc/nginx.conf:ro
+ - /home/ubuntu/cargo:/cargo
+networks:
+ cargonet: