From 934d6b1e01bbdc4aec70fed21b092fa9094c7257 Mon Sep 17 00:00:00 2001 From: terminaldweller Date: Thu, 17 Feb 2022 19:37:22 +0330 Subject: cargo --- terminaldweller.com/cargo/docker-compose.yaml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 terminaldweller.com/cargo/docker-compose.yaml (limited to 'terminaldweller.com/cargo/docker-compose.yaml') 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: -- cgit v1.2.3