diff --git a/.build/prod/README.md b/.build/prod/README.md new file mode 100644 index 0000000..08953ba --- /dev/null +++ b/.build/prod/README.md @@ -0,0 +1,12 @@ +### Docker/Podman compose.yml +```yml +services: + sarlinkportal: + image: git.shihaam.dev/sarlink/sarlink-portal + hostname: sarlink-portal + ports: + - 3000:3000 +# volumes: +# - uploads:/var/www/html/public/uploads + env_file: .env +```