environment for developing and running the action

This commit is contained in:
Your Name
2023-11-18 16:50:22 +02:00
parent 08f28bbc80
commit bd00d55e98
5 changed files with 40 additions and 1 deletions

16
docker-compose.yml Normal file
View File

@@ -0,0 +1,16 @@
version: "3"
services:
php-fpm:
container_name: php-fpm
build:
context: ./
dockerfile: Dockerfile
environment:
GITEA_INSTANCE_BASE_URL: ${GITEA_INSTANCE_BASE_URL}
volumes:
- ./src:/var/src
networks:
- bridge
networks:
bridge:
driver: bridge