diff options
author | Simponic <loganhunt@simponic.xyz> | 2022-06-04 16:01:10 -0600 |
---|---|---|
committer | Simponic <loganhunt@simponic.xyz> | 2022-06-04 16:01:10 -0600 |
commit | f6871ced2774a88f5177421224e7ae2375404e61 (patch) | |
tree | a09c7eccb9ed8636a23cf8a7561658762d068908 /docker-compose.yml | |
parent | 07a2c18985284431c18a619cfaa3f5681239dd48 (diff) | |
download | bbiy-prod.tar.gz bbiy-prod.zip |
Add prod branch for launching on simponic.xyzprod
Diffstat (limited to 'docker-compose.yml')
-rw-r--r-- | docker-compose.yml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/docker-compose.yml b/docker-compose.yml new file mode 100644 index 0000000..9f3f97b --- /dev/null +++ b/docker-compose.yml @@ -0,0 +1,9 @@ +version: '3' + +services: + prod: + build: ./ + ports: + - "3000:3000" + expose: + - 3000 |