You've already forked gitea-composer-upload-action
environment for developing and running the action
This commit is contained in:
16
docker-compose.yml
Normal file
16
docker-compose.yml
Normal 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
|
||||
Reference in New Issue
Block a user