commit 7c74d43dd4932968a216ad65f82e6727bf75e608 Author: supphakitd <67319010028@technictrang.ac.th> Date: Fri Nov 21 17:05:28 2025 +0700 docker-compose.yml: initial Signed-off-by: supphakitd <67319010028@technictrang.ac.th> diff --git a/docker-compose.yml b/docker-compose.yml new file mode 100644 index 0000000..028efb8 --- /dev/null +++ b/docker-compose.yml @@ -0,0 +1,7 @@ +services: + webapp: + image: accounting-frontend:latest + container_name: webapp + restart: always + ports: + - '8999:80'